home *** CD-ROM | disk | FTP | other *** search
- Path: news2.cais.com!news
- From: Nehal Trivedi <ntrivedi@cais.com>
- Newsgroups: comp.lang.c++
- Subject: C++ Exceptions and error codes
- Date: Mon, 04 Mar 1996 23:52:58 -0500
- Organization: Capital Area Internet Service, Inc.
- Message-ID: <313BC8AA.1B24@cais.com>
- NNTP-Posting-Host: ntrivedi.cais.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (WinNT; I)
-
- I am looking for expert suggestions on designing C++ exception classes for
- error-handling in client-server systems with the following constraints:
- 1) Need to handle the equivalent of 100+ error codes
- 2) Need to handle exceptions thrown by:
- a) OODB (ObjectStore)
- b) ORB (Orbix)
- c) STL (Objectspace)
- 3) Need to handle internationalization of error messages
-
- I have done error-handling and some exception handling before, so I am not
- completely new to this. Also by now I have gone through all the C++ books that I
- could find on the subject.
-
- Thanks
- Nehal Trivedi
- (ntrivedi@cais.com)
- (ntrivedi@manu.com)
-